Define `plat_get_syscnt_freq2()` unconditionally for ARM platforms
authorSoby Mathew <[email protected]>
Thu, 7 Jul 2016 09:03:21 +0000 (10:03 +0100)
committerSoby Mathew <[email protected]>
Tue, 19 Jul 2016 09:19:08 +0000 (10:19 +0100)
commita4beaaffedb53f6d8bcc199aedaddc9f5c3eec7c
treeea4b3014b3cd194cb5b2e7a8e8d9824cdcb1d8c6
parent48ac1df9460a046f925545bc1c94d93bd3506509
Define `plat_get_syscnt_freq2()` unconditionally for ARM platforms

Previously the definition of `plat_get_syscnt_freq2()` in `arm_common.c` was
conditionally defined based on the ERROR_DEPRECATED flag. This patch makes
this function available irrespective of the flag and removes the deprecated
`plat_get_syscnt_freq()` definition.

Change-Id: I250ca787ca1b5e867096c6ba8f2bb444db44c97b
plat/arm/common/arm_common.c